home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2006 January / Gamestar_80_2006-01_dvd.iso / Programy / ignition.exe / {app} / Ignition.exe / 0 / RCDATA / TREGDLG / TREGDLG.txt
Text File  |  2005-01-07  |  2KB  |  84 lines

  1. object RegDlg: TRegDlg
  2.   Left = 336
  3.   Top = 345
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Register'
  7.   ClientHeight = 131
  8.   ClientWidth = 249
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poOwnerFormCenter
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object enterlicencedata_grp: TGroupBox
  22.     Left = 2
  23.     Top = 1
  24.     Width = 245
  25.     Height = 89
  26.     Caption = 'Enter Licence Data'
  27.     TabOrder = 0
  28.     object name_lbl: TLabel
  29.       Left = 9
  30.       Top = 18
  31.       Width = 34
  32.       Height = 13
  33.       Caption = 'Name :'
  34.     end
  35.     object serial_lbl: TLabel
  36.       Left = 9
  37.       Top = 50
  38.       Width = 42
  39.       Height = 13
  40.       Caption = 'Serial # :'
  41.     end
  42.     object name_txt: TEdit
  43.       Left = 72
  44.       Top = 16
  45.       Width = 169
  46.       Height = 21
  47.       TabOrder = 0
  48.     end
  49.     object pass_txt: TEdit
  50.       Left = 72
  51.       Top = 50
  52.       Width = 169
  53.       Height = 21
  54.       TabOrder = 1
  55.     end
  56.   end
  57.   object ok_btn: TButton
  58.     Left = 24
  59.     Top = 98
  60.     Width = 89
  61.     Height = 26
  62.     Caption = 'Ok'
  63.     Default = True
  64.     TabOrder = 1
  65.     OnClick = ok_btnClick
  66.   end
  67.   object cancel_btn: TButton
  68.     Left = 136
  69.     Top = 98
  70.     Width = 88
  71.     Height = 26
  72.     Cancel = True
  73.     Caption = 'Cancel'
  74.     ModalResult = 2
  75.     TabOrder = 2
  76.   end
  77.   object TS_reg: TTextStorage
  78.     Items.Strings = (
  79.       'Valid Licence. Thank you for registering our product.'
  80.       'Invalid Licence Data.')
  81.     Top = 104
  82.   end
  83. end
  84.